interrupt device

英 [ˌɪntəˈrʌpt dɪˈvaɪs] 美 [ˌɪntəˈrʌpt dɪˈvaɪs]

网络  中断装置; 中断设备

计算机



双语例句

  1. The kernel thread that we implement will raise the interrupt ( the software-generated IRQ) for our device driver ( and not for our card) by making use of the INT assembly instruction.
    我们实现的内核线程可以通过利用INT汇编指令为我们的设备驱动程序(而不是为卡)来触发中断(软件生成IRQ)。
  2. Device drivers use these routines to request various types of data transfers ( control, interrupt, bulk, or isochronous).
    设备驱动程序使用这些例程来请求各种类型的数据传输(control、interrupt、bulk或isochronous)。
  3. A bottom half is a way to defer work from interrupt handling to be done later in a device driver.
    bottomhalf方法可以将设备驱动程序中的工作延迟到中断处理后执行。
  4. Crash is caused by an interrupt from a external device, such as an I/ O bus controller.
    引起崩溃的原因是外部设备出现中断,比如I/O总线控制器。
  5. This strategy requires the kernel thread to raise the interrupt so that the device's ISR will get called.
    这种策略需要一个内核线程来触发中断,这样就可以调用该设备的ISR了。
  6. In2.6, the driver needs to return IRQ_HANDLED if the interrupt is from that device or IRQ_NONE if it has nothing to do with it.
    在2.6中,驱动程序如果要从一个设备上发出一个中断需要返回IRQHANDLED,如果不是的话返回IRQNONE。
  7. This paper analyses the harms made by video frequency interrupt in the performance of TV emissive device and the preventing measures.
    文中限制话音和视频业务各自可占用的最大码道数量,对话音掉话概率、视频中断概率以及视频业务吞吐量等性能进行仿真。
  8. Design of Interrupt Device Drivers Based on Embedded Linux
    基于嵌入式Linux的中断驱动程序设计
  9. The interrupt handler, before accessing the device, must also obtain the lock.
    而且中断服务函数在设备被访问之前也需要获得锁。
  10. The request causes the driver fork process to be suspended until the device requests an interrupt or the device times out.
    该请求使驱动器交叉进程挂起,直至设备请求中断或设备超时。
  11. Select the interrupt priority of the card to which your device is attached.
    请选择设备连接卡的中断优先级。
  12. If device I did not generate the interrupt it will propagate the acknowledge signal to device II.
    如果设备Ⅰ不产生中断,则把应答信号传输到设备Ⅱ。
  13. Interrupt Handling in the Device Driver of Windows NT
    WINDOWSnt设备驱动程序的中断处理
  14. Secondly the device driver structures, loading mechanisms and interrupt handling in Windows CE platform are analyzed and summarized, mainly demonstrating the four device driver developing modes: Local device driver mode, Stream interface driver mode, USB driver mode and NDIS driver mode;
    分析研究了CE系统下的驱动程序架构、加载机制、中断处理机制,分析了CE系统下的各类驱动开发模式:本地设备驱动、流接口驱动、USB驱动和NDIS驱动;
  15. How to Develop the Interrupt Device Driver of Windows 9x Hardware
    Windows9X硬件中断设备驱动程序的开发
  16. We also introduce the development of device driver under QNX, include programme of the interrupt handler, management of hardware resource and interface between application and device driver.
    最后详细地介绍了在QNX下驱动程序的开发包括中断处理函数的编写、系统硬件资源的管理以及驱动程序与测试程序的接口。
  17. Interrupt Management is one of the core tasks in embedded operating system. In order to improve application's efficiency, the key technology is how to make good use of interrupt in device drivers.
    中断管理是嵌入式操作系统的核心任务之一,在设备驱动程序中使用好中断是提高应用程序效率的关键。
  18. Finally, it concludes the implementation of model for the devices driver, including interrupt analyzing of the mechanism and loading mechanism of device driver. the SD memory card driver program is mainly researched and developed.
    最后介绍设备驱动程序的实现模型,详细分析驱动程序的中断处理机制和驱动程序的加载机制,在此基础上重点研究和开发SD存储卡驱动程序。
  19. The CPLD implements the protocol of the peripheral bus interface, and sends data to Win32 applications through hardware interrupt and DMA in device drivers.
    CPLD负责处理PC机扩展总线接口协议,利用硬件中断和DMA,并通过设备驱动程序把数据传送到Win32应用程序。
  20. The paper introduces the main DSP program and the DMA interrupt service program in single channel and multi-channel modes, also it describes the design of PCI device driver.
    本文详细地介绍了系统在单通道、多通道工作模式下DSP主程序设计、DMA中断服务程序设计及基于PCI总线的驱动程序的设计。
  21. In many device drivers, device events, such as interrupt, data arrival and device error should be sent to the applications.
    在很多设备的驱动程序中都要求把设备事件,例如中断、数据到达、设备出错等通知给应用程序。
  22. As for the technical problems of interrupt handling, and the I/ O port access conflicts in designing programmable device simulation systems, we apply the scheme of virtual machine to PDSS and finish the design of a PDSS virtual machine.
    本文针对可编程器件仿真系统设计中有关中断处理、I/O端口访问冲突等技术难题,将虚拟机的思想应用于PDSS,完成了PDSS虚拟机的设计。
  23. And then, I developed driver for keypad, the work include hardware initialize, interrupt response and connecting the keypad device to GUI device level.
    然后,完成了键盘控制器的驱动开发,包括硬件的初始化,中断响应和键盘控制器与GUI设备抽象层接口的工作。
  24. The interrupt mechanism, device driver models, and the important function modules in the system were deeply studied and implemented.
    NET的中断机制、驱动模型及其实现以及测控系统中关键功能模块的设计与实现。
  25. Secondly, in the design of stream interface CAN adapter driver, process of interrupt disposal in Windows CE. In the development of embedded systems, writing device drivers is a basic task.
    开发嵌入式操作系统的设备驱动程序是应用嵌入式技术的重要基础。流接口驱动程序是WINDOWSCE基本的驱动程序,是很多驱动程序的基础。
  26. Due to interrupt pin limited cause resource constraints so as to make the device extension has the certain difficulty.
    由于中断引脚资源有限导致设备扩展困难。
  27. The requirement of predictable interrupt latency can be met by extending Windows NT using device drivers which running in Windows kernel.
    采用运行于内核态的设备驱动程序对系统进行实时扩展,可以满足系统中断的可预测性要求。